﻿
body {
    height: 100vh;
}

/* Background image */
body > div::before {
    filter: brightness(1) blur(4px);
    background-image: url("images/fujifilm.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

#loginContainer {
    overflow: hidden;
    /*filter: drop-shadow(0px 5px 20px rgba(0,0,0,.5));*/
    position: relative;
    z-index: 100;
}

#cb_agreement h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

#loginContainer {
    overflow: hidden;
    max-width: 600px;
}

@media all and (max-width: 600px) {
    #loginContainer {
        border-radius: 0px !important;
    }

    .login-header {
        border-radius: 0px !important;
    }
}

.form-control, .btn, #loginContainer, .login-footer {
    border-radius: 13px;
}

.login-header {
    border-radius: 13px 13px 0px 0px;
}

.form-label {
    color: black;
    opacity: 100% !important;
}